home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 41 / CD Expert nº 41.iso / Hellboy / data1.cab / Game_Data / data / animtab / lectern.ast < prev    next >
Text File  |  2000-08-18  |  1KB  |  54 lines

  1. //  DH INTERACTIVE LLC, COPYRIGHT (C) 1999
  2. //
  3. //  lectern.ast written at Thur Jan 28 14:06 1999
  4. //
  5. //
  6.  
  7.  24                     //  file_type
  8. 112                     //  file_version
  9.  
  10. //  lectern            //  Session name
  11. end
  12.  
  13. // *** This first section contains the names of all the win_anims used by the table
  14. lec_anim
  15. end
  16.  
  17. // *** This second section contains the values for each anim state
  18. lec_closed
  19. lec_opening
  20. lec_open
  21. lec_closing
  22. end
  23.  
  24. lec_closed                    // name of this anim_state
  25. lec_anim                      // name for the win_anim for this state
  26. lec_closed                    // default link anim for this anim state
  27. begin_end_frame 0.0 0.0
  28. // Begin entries for this anim state
  29. end_of_entries
  30.  
  31. lec_opening                   // name of this anim_state
  32. lec_anim                      // name for the win_anim for this state
  33. lec_open                      // default link anim for this anim state
  34. begin_end_frame 0.0 80
  35. // Begin entries for this anim state
  36. end_of_entries
  37.  
  38. lec_open                         // name of this anim_state
  39. lec_anim                      // name for the win_anim for this state
  40. lec_open                        // default link anim for this anim state
  41. begin_end_frame 80 80
  42. // Begin entries for this anim state
  43. end_of_entries
  44.  
  45. lec_closing                         // name of this anim_state
  46. lec_anim                        // name for the win_anim for this state
  47. lec_closed                        // default link anim for this anim state
  48. begin_end_frame 80 150
  49. // Begin entries for this anim state
  50. end_of_entries
  51.  
  52.  
  53.  
  54.